projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
025b6aa
)
Make sure we report grab broken on window destroy
author
Alexander Larsson
<alexl@redhat.com>
Mon, 2 Feb 2009 14:38:58 +0000
(15:38 +0100)
committer
Alexander Larsson
<alex@localhost.localdomain>
Thu, 2 Apr 2009 08:15:30 +0000
(10:15 +0200)
gdk/x11/gdkmain-x11.c
patch
|
blob
|
history
diff --git
a/gdk/x11/gdkmain-x11.c
b/gdk/x11/gdkmain-x11.c
index b5d8c74dc2e9fb43b9e12b2bc30697ea15c7936d..41639c478239c9427776f228970d76093e5728ba 100644
(file)
--- a/
gdk/x11/gdkmain-x11.c
+++ b/
gdk/x11/gdkmain-x11.c
@@
-429,6
+429,7
@@
_gdk_xgrab_check_destroy (GdkWindow *window)
server so we know its ended in the server,
just make sure its ended. */
grab->serial_end = grab->serial_start;
+ grab->implicit_ungrab = TRUE;
}
if (window == display->keyboard_grab.native_window &&